home *** CD-ROM | disk | FTP | other *** search
- {
- NTComponentTypeName = (NTDecompressor, NTCompressor, NTConverter);
- NTComponentSubtypeName = NTRaw;
- NTVendor = "NeXT Computer, Inc.";
- NTMediaType = NTSound;
-
- NTDecompressor = {
- NTConfiguration = {
- NTSampleInput = {
- NTFormatType = NTRaw;
- NTFormatSubtype = NTRaw;
- };
- NTSampleOutput = {
- NTFormatType = NTRaw;
- NTFormatSubtype = NTBiased;
- };
- };
- NTComponentPrincipalClass = NTRawSoundDecompressor;
- };
-
- NTCompressor = {
- NTConfiguration = {
- NTSampleInput = {
- NTFormatType = NTRaw;
- NTFormatSubtype = NTBiased;
- };
- NTSampleOutput = {
- NTFormatType = NTRaw;
- NTFormatSubtype = NTRaw;
- };
- };
- NTComponentPrincipalClass = NTRawSoundCompressor;
- };
-
- NTConverter = {
- NTConfiguration = {
- NTSampleInput = {
- NTFormatType = NTRaw;
- NTFormatSubtype = NTRaw;
- };
- NTSampleOutput = {
- NTFormatType = NTRaw;
- NTFormatSubtype = NTRaw;
- };
- };
- NTComponentPrincipalClass = NTRawSoundConverter;
- };
- }
-